home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 29 / develop Issue 29 code / Sending PostScript Files / SendPS Sample / Worksheet < prev   
Encoding:
Text File  |  1996-11-19  |  304 b   |  7 lines  |  [TEXT/MPS ]

  1. sc -i {CIncludes} sendps.c
  2. sc -i {CIncludes} currentprinter.c
  3. link -o sendPS -t 'MPST' -c 'MPS ' sendps.c.o {Libraries}ToolLibs.o PAPWorkstation.o {CLibraries}StdClib.o ∂
  4.     {Libraries}Interface.o {Libraries}MacRuntime.o {Libraries}IntEnv.o currentprinter.c.o
  5. # and now test it
  6. sendps test.ps ≥{WorkSheet}
  7.